-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kolide OSQUERY tables (Part 1+2+3 of 4) #14613
Conversation
…to 14464-first-four-tables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@getvictor possibly a remnant from tables we removed late, but I was able to remove the entire execparsers
package
@@ -14,6 +14,7 @@ on: | |||
|
|||
env: | |||
ORBIT_VERSION: 1.17.0 | |||
CGO_ENABLED: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@getvictor IIRC it's for building the app_icons
table which has a C dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, app_icons
have C code that needs to be compiled in. It works on darwin and our CI, but I'm not sure if cross-compiling will work on Windows. @sharon-fdm do we need to support cross-compiling on Windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I proposed some table cuts! They fit a couple themes:
- Duplicate info. We already have a table for it.
- Hard to use. The table is difficult to use. We can improve and add it later
- Value is unclear. We don't understand why a user would want to use this table. Let's learn more before we add these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few files appear to be missing based on
comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tables removed, merging this to get it in QAs hands
Adding Kolide tables to orbit